<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fff;
}

a,
td,
div,
span,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
img {
	margin: 0px;
	padding: 0px;
	font: normal 14px/24px "Microsoft YaHei";
	outline: none;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	color: #f90;
	transition-duration: 0.6s;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w30 {
	width: 30%;
}

.w20 {
	width: 20%;
}

.w10 {
	width: 10%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.oh {
	overflow: hidden;
}

.hide {
	display: none;
}

/*main css*/
.width_page {
	width: 1200px;
	margin: auto;
	position: relative;
}

.headerIN {
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	z-index: 101;
	padding-top: 15px;
}

.headerIN .header {
	height: 70px;
}

.headerIN .logo {
	width: 190px;
	height: 62px;
	float: left;
	background: url(../img/logo.png) no-repeat;
	background-size: auto 38px;
	background-position: 0 15px;
}

.headerIN .logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.headerIN .nav {
	height: 62px;
	float: left;
	margin-left: 0;
}

.headerIN .nav ul {

	/* padding:0; */

	/* overflow: hidden; */
}

.headerIN .nav ul li {
	float: left;
	padding: 0 15px;
	height: 62px;
	position: relative;
	line-height: 45px;
}

.nav .sub li:after {
	content: '';
	background: url("../img/right.png") no-repeat;
	position: absolute;
	right: 10px;
	top: 17px;
	width: 12px;
	height: 12px;
	background-size: 12px auto;
}

.nav .sub li:hover:after {
	background: url("../img/rights.png") no-repeat;
	background-size: 12px auto;
}

.headerIN .nav li.cur a {
	color: #fff;
	border-bottom: 1px solid #ccc;
	transition-duration: 0.6s;
}

.headerIN .nav a {
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	margin-top: 17px;
}

.headerIN .nav a:hover {
	color: #fff;
	border-bottom: 1px solid #ccc;
	transition-duration: 0.6s;
}

.headerIN .neinav a,
.headerIN .neinav li.cur a,
.headerIN .neinav a:hover {
	color: #555;
}

.headerIN .nav .cur a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.headerIN .tel400 {
	float: right;
	background: url(../img/sousuo.png) no-repeat;
	color: #fff;
	width: 25px;
	padding: 0;
	height: 20px;
	background-size: 20px;
	margin-top: 25px;
	position: relative;
	margin-right: 0;
}

.headerIN .weixiu {
	float: right;
	width: 78px;
	padding: 20px 0px 0px 20px;
	height: 34px;
}

.headerIN .updown {
	width: 32px;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 5px;
	top: 35px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.headerIN .updown img {
	display: block;
	width: 27px;
	margin: auto;
	transform: translateY(-75px);
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.headerIN .updown.change img {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.headerIN .updown:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	transition-duration: 0.6s;
}

.headerPG {
	background: #333;
	position: relative;
}

.headerPG .logo {
	margin-top: 18px;
}

.HRoll {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #333;
	padding-top: 0px;
}

.HRoll:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	transition-duration: 0.6s;
}

/*.HRoll .tel400{background-position:right 28px;color:#dfbf50;}*/
.nav .sub {
	display: none;
	position: absolute;
	left: 50%;
	top: 62px;
	z-index: 999;
	width: 160px;
	border-top: 0;
	background: #fff;
	margin-left: -75px;
	border-right: 1px solid #ececec;
	padding: 5px 0;
}

.nav .sub:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 9px 10px;
	border-color: transparent transparent #fff;
	border-style: solid;
	margin-left: -7px;
}

.nav .sub li {
	text-align: center;
	margin-bottom: -1px;
	line-height: 45px;
	height: 45px !important;
	padding: 0 !important;
	width: 100%;
	position: relative;/* padding-right: 10px !important; */
}

.nav .sub li a {
	display: inline-block;
	border-bottom: 1px solid rgba(241, 241, 241, 0.3);
	height: 35px;
	line-height: 35px;
	color: #7f7f7f;
	margin: 0;
	position: relative;
	margin-left: -10px;
	padding: 0;
}

.nav .sub li a:after {
	content: '';
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #6e6e6e;
	width: 20px;
	transition: 0.5s ease;
	white-space: nowrap;
}

.nav .sub li a:hover:after {
	border-color: #1268e8;
	width: 100%;
	transition-duration: 0.6s;
}

.nav .sub li a:hover {
	color: #000;
}

.nav .sub .sun {
	display: none;
	position: absolute;
	left: 161px;
	top: -5px;
	width: 150px;
	background: #fff;
	padding: 5px 0;
}

.nav .sub .sun li {
}

.nav .sub .sun li:after {
	content: none;
}

.nav .sub .sun li a {
}

.nav .sub .sun li a:hover {
}

.nav .sub .sun li a:after {
}

.nav .sub .sun li a:hover:after {
}

.indexbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.indexbg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.imgcon {
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
	height: 500px;
	position: relative;
}

.shutiao1 {
	position: absolute;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 70px;
}

.shutiao2 {
	position: absolute;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.4);
	top: 50%;
	left: 70px;
}

.shuzi {
	transform: rotate(-90deg);
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
	top: 10%;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: arial;
	left: 10px;
}

.newlist {
	position: relative;
	width: 400px;
	height: 440px;
	margin-left: 120px;
	padding-top: 30px;
	overflow: hidden;
}

.newlist ul {
	transform: translate3d(0px, 0px, 0px);
	position: absolute;
	bottom: 0;
	left: 0;
}

.newlist li {
	margin: 20px 0 0px 0;
}

.newlist li a {
	line-height: 40px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-family: arial;
}

.search {
	position: absolute;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	left: 0;
	z-index: 999;
	width: 800px;
}

.search form {
	height: 100%;
	position: relative;
}

.search input {
	border: none;
	height: 100%;
	width: 800px;
	border-radius: 70px;
	text-indent: 70px;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	line-height: 70px;
}

.search button {
	position: absolute;
	left: 22.5px;
	top: 22.5px;
	background: url('../img/sousou.png') no-repeat;
	border: none;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
}

.imgbot {
	width: 1160px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -580px;
}

.imgbot a {
	color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 12px;
	border-radius: 12px;
	width: 50px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
}

.imgbot span {
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.8);
}

.footer {
	width: 100%;
	background-color: #ececec;
	padding: 20px 0 0;
	position: absolute;	/*top: 100%;*/
}

.footer .wrap {
	margin: 0 auto;
}

.foottop {
	margin-top: 30px;
	display: block;
	overflow: hidden;
}

.fotlogo {
	float: left;
	width: 200px;
}

.fotlogo img {
}

.fotright {
	float: left;
	margin-left: 60px;
	width: 940px;
}

.fotright .fotnav {
	float: left;
	width: 25%;
}

.fotright .fotnav span {
	font-size: 16px;
	line-height: 35px;
	color: #000;
}

.fotright .fotnav li {
	color: #666;
	line-height: 30px;
}

.fotright .fotnav li a {
}

.fotcopy {
	width: 100%;
	text-align: center;
	height: 36px;
	background-color: #3c3d3e;
	color: rgba(255, 255, 255, 0.7);
	line-height: 36px;
	font-size: 13px;
	margin-top: 30px;
}

.pageCon {
}

.pageCon .banner {
	background: #191718 url(../img/neiyebg.jpg) no-repeat center;
	height: 450px;
	background-size: cover;
	text-align: right;
}

.banner {
	width: 100%;
	position: relative;
}

.wrap {
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.gyhycon {
	padding: 0 0;
	background: #fff;
}

.conp {
	padding: 0;
}

.conp p {
	font-size: 13px;
	line-height: 27px;
	color: #777;
}

.gyhybot {
}

hr {
	border: none;
	border-top: 1px dotted #d3d3d3;
	margin-top: 30px;
	margin-bottom: 30px;
	word-wrap: break-word;
	word-break: normal;
}

.titlenei {
	font-size: 16px;
	color: rgb(89, 89, 89);
}

.titsubnei {
	font-size: 13px;
	line-height: 24px;
	color: #777;
	margin-bottom: 12px;
}

.conp {
	padding: 0;
}

.bgec {
	background-color: #ececec !important;
}

.abanner {
	width: 100%;
	height: 210px;
	background: url(../img/abanner-bg.gif) repeat-x;
	overflow: hidden;
}

.banner {
	width: 990px;
	margin: 0px auto;
	_margin-top: -1px;
}

.npagePage #banner {
	padding-top: 80px;
	height: 460px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.npagePage #banner div {
	height: 460px;
	position: relative;
	background-color: #39383E;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

.bannerbot {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: -170px;
	position: relative;
	z-index: 2;
}

.bannerbot .bbp {
	padding: 50px;
	background: #fff;
	overflow: hidden;
	min-height: 20rem;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.txtMarquee-top {
	width: 450px;
	overflow: hidden;
	position: relative;
}

.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") 0 -100px no-repeat;
}

.txtMarquee-top .hd .next {
	background-position: 0 -140px;
}

.txtMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}

.txtMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}

.txtMarquee-top .bd {
}

.txtMarquee-top .infoList li {
	height: 30px;
	line-height: 30px;
}

.txtMarquee-top .infoList li .date {
	float: right;
	color: #999;
}

.searchnei {
	display: none;
	position: absolute;
	top: 40px;
	right: -4px;
}

.searchnei form {
	width: 200px;
	background-color: #fff;	/*margin: 2px;*/
	height: 36px;
}

.searchnei form input {
	height: 36px;
	line-height: 36px;
	border: 0;
	padding: 0px 0 0 10px;
	float: left;
	width: 160px;
}

.searchnei form button {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: none;
	background: #fff url(../img/sousou.png) no-repeat;
	background-size: 15px;
	background-position: 7px;	/* border-left: 1px solid #ececec; */
	display: block;
	float: right;
}

.tel400s {
	background: url(../img/sousuos.png) no-repeat !important;
	background-size: 20px !important;
	background-position: 50px 0 !important;
	width: 72px !important;
}

.logos {
	background: url(../img/logofot.png) no-repeat !important;
	background-size: auto 38px !important;
	background-position: 0 15px !important;
}

.cewe {
	position: absolute;
	right: 45px;
	top: 23px;
	cursor: pointer;
}

.cewe a {
	color: #fff;
	font-size: 16px;
	cursor: pointer;	/* text-decoration: underline; */
}

.cewenei a {
	color: #555 !important;
	cursor: pointer;
}

.language {
	position: absolute;
	right: -60px;
	top: 24px;
}

.language a {
	display: block;
}

.language a img {
	width: 30px;
}
</pre></body></html>